Proxy Pattern

美 [ˈprɑːksi ˈpætərn]英 [ˈprɒksi ˈpætn]
  • 网络代理模式;设计模式——代理模式
Proxy PatternProxy Pattern
  1. The service translator pattern also extends the simple service proxy pattern .

    服务转换器模式也是通过对简单服务代理模式扩展而来。

  2. The best solution for loading extension points is to use the proxy pattern .

    加载扩展点的最佳解决方案是使用代理模式。

  3. Study on Ajax and Web Services integrated framework based Proxy pattern

    基于Proxy模式的Ajax和WebServices框架研究

  4. Application of Proxy Pattern in the Integration of Code

    Proxy思想在代码集成中的应用

  5. Myself mainly realize am based on the Proxy pattern black box automation test .

    本人主要实现的是基于Proxy模式的黑盒自动化测试。

  6. Optimizing AMI model of CORBA based on the proxy pattern

    基于Proxy模式的AMI模型优化方法

  7. The service selector pattern extends the simple service proxy pattern and introduces the concept of routing service requests .

    服务选择器模式对简单服务代理模式进行了扩展,引入了路由服务请求的概念。

  8. Using some excellent designs patterns in the design , such as factory model , proxy pattern and singleton pattern .

    同时,在设计体系架构时,使用了一些优秀的设计模式,如工厂模式,代理模式、单例模式等。

  9. In the proxy pattern , one ( or more ) object offers a common interface to the underlying libraries .

    在代理模式中,由一个(或多个)对象为底层的库提供通用的接口。

  10. In the black box automation module , first discussed the Proxy pattern black box test , this pattern good and bad points .

    在黑盒自动化模块,首先讨论了Proxy模式的黑盒测试,该模式的优缺点。

  11. This model is built on Intrusion Detection Message Exchange Format and Intrusion Detection Exchange Protocol and Proxy Pattern is used during its design .

    该模型是以IDWG提出的入侵检测信息交换格式和入侵检测交换协议为协议基础,设计上主要利用了代理模式。

  12. During design the system , we follow the prince of design patters , to allow the various functions work together we adopt proxy pattern .

    在系统设计和实现中遵循设计模式的原则,并通过引入代理模式让系统的各个功能协同工作。

  13. This paper firstly introduces some summary and implement theory about AOP , Secondly introduces the proxy pattern , at the last implement AOP based on .

    文章介绍了AOP及其实现原理以及代理开发模式,最后在N。

  14. It describes two kinds of design patterns in COM in detail : Factory Method Pattern and Proxy Pattern , and tells how to realize the former .

    接着具体讲述了组件对象模型中使用的两种设计模式:工厂方法模式和代理模式。

  15. Second , it uses resource proxy pattern to realize role-based access control of mobile agents . Thus , it can give the sensitivity resource double protection .

    二是采用资源代理模式实现移动代理基于角色的权限特化,对敏感资源进行双重保护。

  16. It was applied to solve several different problems and , along with the proxy pattern , became a core project metaphor that was often discussed in design sessions .

    它与代理模式一起被用来解决几种不同的问题,并成为设计会议中常常讨论的一项核心项目课题。

  17. Based-on RBAC , the access control and authority management can accomplish united authority management and scrupulous access control by applying role pattern and proxy pattern .

    访问控制和权限管理采用RBAC模型(基于角色的访问控制模型),应用Role模式和代理模式,做到了统一的权限管理和细粒度的访问控制。

  18. This paper presents an EJB architecture model based on design pattern , explains detailedly the use of EJB Proxy pattern and EJB Factory pattern in the model .

    文章提出了一种基于设计模式描述EJB体系结构的模型,详细地说明了EJBProxy模式和EJBFactory模式在其中的应用。

  19. Using some object oriented design principles , this paper introduces a new universal data access pattern which supports multiple RDBMS and data driver components combined with proxy pattern and factory method pattern .

    运用面向对象的设计原则,将代理模式与工厂方法模式相结合,提出了一种新的通用数据访问模式。

  20. The access layer on knowledge repository was designed with variety design patterns : adapter pattern , Singleton pattern , observer pattern , decorative pattern , proxy pattern and synthetic pattern .

    本文知识库访问层设计中采用多种设计模式:适配器模式、单例模式、观察者模式、装饰模式、代理模式及合成模式。

  21. This paper offer some optimization scheme of performance , such as finitely view patterns , message proxy pattern and entity engine etc. The entity engine optimizations chemise already realized in the process of system optimization .

    本文在系统实现的基础上又提出了有限视图模式、消息代理模式、实体引擎等性能优化方案,其中的实体引擎等优化方案在系统优化过程中已经给予实现。

  22. The design of datasheet maintenance framework is introduced , and the development of information system based on the object oriented framework is discussed . The whole designing process of datasheet maintenance framework based on Proxy pattern , UML class diagram , and sequence diagram is given .

    通过数据表维护框架的设计讨论了面向对象框架在信息系统开发中的应用,给出了基于Proxy模式(代理模式)、UML类图及序列图的数据表维护框架的详细设计过程。

  23. Electricity Fee Payment System of Bank and Power Supply Enterprise Network Based on Proxy Design Pattern

    基于代理设计模式的银电联网电费缴纳系统

  24. The proxy design pattern also has possibilities for adding caching and some content validation , making it a good solution even when all content is loaded from the same server .

    代理设计模式也可添加缓存和一些内容验证,因此在所有内容均加载自同一服务器时,这是一种不错的解决方案。

  25. In general , action-based routing is used within a Dynamic or Static Service Gateway , while the URL and XPath modes are used only in the new Proxy Gateway pattern , which is described below .

    一般情况下,在动态或静态服务网关内使用基于动作的路由,URL和XPath模式仅在代理网关模式下使用,如下所述。

  26. Based on the bank and power supply enterprise network , this article presents the software architecture , design methodology and implementing details of the electricity fee payment system , focusing on the key techniques of proxy design pattern and network programming with sockets .

    介绍了在设计银电联网电费缴纳系统中所采用的软件体系结构,系统的代理模式设计思想和编程实现方法。主要说明了前置机软件代理设计模式和Sockets网络编程的技术要点。

  27. Dynamic Proxy is a structural pattern that defines a set of classes and method invocations which are dispatched to an invocation handler that is specified when the dynamic proxy classes are generated .

    动态代理是一种结构模式,它定义了一组类与方法调用,这些类和调用被分派给调用句柄(在动态代理类生成的时候指定)。